Click or drag to resize

ServiceFindPeople Method (FolderId, IListPropertyOrder)

Finds the people.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public FindPeopleResponse FindPeople(
	FolderId parentFolderId,
	IList<PropertyOrder> propertyOrder
)

Parameters

parentFolderId
Type: Independentsoft.ExchangeFolderId
The parent folder identifier.
propertyOrder
Type: System.Collections.GenericIListPropertyOrder
The property order.

Return Value

Type: FindPeopleResponse
FindPeopleResponse.
See Also